+ USE_DATABASE_REPLICATED=0 + USE_SHARED_CATALOG=0 ++ awk '{print $3}' ++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ shuf ++ head -n1 + TZ=America/Rankin_Inlet Chosen random timezone America/Rankin_Inlet + echo 'Chosen random timezone America/Rankin_Inlet' + ln -snf /usr/share/zoneinfo/America/Rankin_Inlet /etc/localtime + echo America/Rankin_Inlet + dpkg -i package_folder/clickhouse-common-static_24.8.14.10524.altinitytest_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 48426 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.8.14.10524.altinitytest_amd64.deb ... Unpacking clickhouse-common-static (24.8.14.10524.altinitytest) ... Setting up clickhouse-common-static (24.8.14.10524.altinitytest) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.8.14.10524.altinitytest_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 48453 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.8.14.10524.altinitytest_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.8.14.10524.altinitytest) ... Setting up clickhouse-common-static-dbg (24.8.14.10524.altinitytest) ... + dpkg -i package_folder/clickhouse-odbc-bridge_24.8.14.10524.altinitytest_amd64.deb Selecting previously unselected package clickhouse-odbc-bridge. (Reading database ... 48460 files and directories currently installed.) Preparing to unpack .../clickhouse-odbc-bridge_24.8.14.10524.altinitytest_amd64.deb ... Unpacking clickhouse-odbc-bridge (24.8.14.10524.altinitytest) ... Setting up clickhouse-odbc-bridge (24.8.14.10524.altinitytest) ... + dpkg -i package_folder/clickhouse-library-bridge_24.8.14.10524.altinitytest_amd64.deb Selecting previously unselected package clickhouse-library-bridge. (Reading database ... 48466 files and directories currently installed.) Preparing to unpack .../clickhouse-library-bridge_24.8.14.10524.altinitytest_amd64.deb ... Unpacking clickhouse-library-bridge (24.8.14.10524.altinitytest) ... Setting up clickhouse-library-bridge (24.8.14.10524.altinitytest) ... + dpkg -i package_folder/clickhouse-server_24.8.14.10524.altinitytest_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 48472 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.8.14.10524.altinitytest_amd64.deb ... Unpacking clickhouse-server (24.8.14.10524.altinitytest) ... Setting up clickhouse-server (24.8.14.10524.altinitytest) ... ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.8.14.10524.altinitytest_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 48489 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.8.14.10524.altinitytest_amd64.deb ... Unpacking clickhouse-client (24.8.14.10524.altinitytest) ... Setting up clickhouse-client (24.8.14.10524.altinitytest) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.8.14.10524.altinitytest (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib +++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P +++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + source /utils.lib ++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P ++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_catalog_drop_table_concurrency.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/grpc_protocol.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/serverwide_trace_collector.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/rocksdb.xml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=17737728 + sed --follow-symlinks -i 's|[[:digit:]]\+|17737728|' /etc/clickhouse-server/config.d/keeper_port.xml + value=47341568 + sed --follow-symlinks -i 's|[[:digit:]]\+|47341568|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ '' == \1 ]] + [[ '' == \1 ]] + [[ -n 1 ]] + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n 0 ]] + [[ 0 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n 0 ]] + [[ 0 -eq 1 ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version minio version RELEASE.2024-08-03T04-33-23Z (commit-id=6efb56851c40da88d1ca15112e2d686a4ecec6b3) Runtime: go1.22.5 linux/amd64 License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Copyright: 2015-2024 MinIO, Inc. + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + ./minio server --address :11111 ./minio_data + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 Azurite Blob service is starting on 0.0.0.0:10000 INFO: Formatting 1st pool, 1 set(s), 1 drives per set. INFO: WARNING: Host local has more than 0 drives of set. A host failure will result in data becoming unavailable. Azurite Blob service successfully listens on http://0.0.0.0:10000 MinIO Object Storage Server Copyright: 2015-2026 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:37143 http://127.0.0.1:37143 Docs: https://min.io/docs/minio/linux/index.html + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./18938016D44D661D7dc7eb22d3288ec80374614e9088e31d3668a6922ead55932dd2a8e56373820f + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 297 root 8u IPv4 26358 0t0 TCP localhost:11111 (LISTEN) minio 297 root 9u IPv6 26359 0t0 TCP *:11111 (LISTEN) minio 297 root 10u IPv6 26360 0t0 TCP localhost:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy attach clickminio readwrite --user=test Attached Policies: [readwrite] To User: test + ./mc mb --ignore-existing clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc anonymous set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio + '[' -d /usr/share/clickhouse-test/queries/0_stateless/data_minio ']' + ./mc cp --recursive /usr/share/clickhouse-test/queries/0_stateless/data_minio/ clickminio/test/ `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.tar` -> `clickminio/test/03036_archive1.tar` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.zip` -> `clickminio/test/03036_archive1.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.tar` -> `clickminio/test/03036_archive2.tar` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.zip` -> `clickminio/test/03036_archive2.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive3.tar.gz` -> `clickminio/test/03036_archive3.tar.gz` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_compressed_file_archive.zip` -> `clickminio/test/03036_compressed_file_archive.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_json_archive.zip` -> `clickminio/test/03036_json_archive.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/json_data` -> `clickminio/test/json_data` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 5.42 MiB, Transferred: 5.42 MiB, Speed: 150.81 MiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 125M drwxr-xr-x 1 root root 4.0K Feb 12 06:38 . drwxr-xr-x 1 root root 4.0K Feb 12 06:38 .. -rw-rw-r-- 1 1000 1000 119 Feb 12 05:40 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2.4K Jan 31 2025 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Feb 12 06:38 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Feb 12 06:38 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Feb 12 06:38 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Feb 12 06:38 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 966 Feb 12 05:40 broken_tests.json drwxr-xr-x 14 root root 3.8K Feb 12 06:37 dev -rwxr-xr-x 1 root root 0 Feb 12 06:37 .dockerenv drwxr-xr-x 1 root root 4.0K Feb 12 06:38 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26M Jan 31 2025 mc drwxr-xr-x 2 root root 4.0K Sep 11 2024 media -rwxr-xr-x 1 root root 99M Jan 31 2025 minio drwxr-xr-x 4 root root 4.0K Feb 12 06:38 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt drwxr-xr-x 1 root root 4.0K Jan 31 2025 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Feb 12 06:37 package_folder dr-xr-xr-x 309 root root 0 Feb 12 06:37 proc -rwxrwxr-x 1 root root 9.5K Jan 31 2025 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt drwx------ 1 root root 4.0K Feb 12 06:38 root drwxr-xr-x 1 root root 4.0K Feb 12 06:38 run -rwxrwxr-x 1 root root 22K Jan 31 2025 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Jan 31 2025 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Jan 31 2025 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv -rw-rw-r-- 1 root root 14K Jan 31 2025 stress_tests.lib dr-xr-xr-x 13 root root 0 Feb 12 06:37 sys drwxrwxr-x 2 1000 1000 4.0K Feb 12 06:37 test_output drwxrwxrwt 1 root root 4.0K Jan 31 2025 tmp drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr -rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 426 clickhouse 322u IPv4 28602 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + export IS_FLAKY_CHECK=0 + IS_FLAKY_CHECK=0 + '[' 1 -gt 1 ']' + sudo -E -u clickhouse /usr/bin/clickhouse-server --config /etc/clickhouse-server/config.xml --daemon --pid-file /var/run/clickhouse-server/clickhouse-server.pid + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [12/Feb/2026:12:38:48 +0000] "GET /devstoreaccount1/cont?restype=container HTTP/1.1" 404 - 127.0.0.1 - - [12/Feb/2026:12:38:48 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [12/Feb/2026:12:38:48 +0000] "PUT /devstoreaccount1/cont/jvmkekyvoczgorcbibmtyxyoialyrgzs HTTP/1.1" 201 - 127.0.0.1 - - [12/Feb/2026:12:38:48 +0000] "GET /devstoreaccount1/cont/jvmkekyvoczgorcbibmtyxyoialyrgzs HTTP/1.1" 206 4 127.0.0.1 - - [12/Feb/2026:12:38:48 +0000] "GET /devstoreaccount1/cont/jvmkekyvoczgorcbibmtyxyoialyrgzs HTTP/1.1" 206 2 127.0.0.1 - - [12/Feb/2026:12:38:48 +0000] "DELETE /devstoreaccount1/cont/jvmkekyvoczgorcbibmtyxyoialyrgzs HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ run_with_retry 5 clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' ++ [[ ahxB =~ e ]] ++ set_e=false ++ set +e ++ local total_retries=5 ++ shift ++ local retry=0 ++ '[' 0 -ge 5 ']' ++ clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' ++ false ++ return + IS_ASAN=0 + [[ 0 = \1 ]] ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full info registers p top' 1 KiB of the 'stack: p/x *(uint64_t[128]*)$sp maintenance info sections thread apply all backtrace full disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 616 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + clickhouse-client --query 'CREATE TABLE minio_audit_logs ( log String, event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'') ) ENGINE = MergeTree ORDER BY tuple()' + clickhouse-client --query 'CREATE TABLE minio_server_logs ( log String, event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'') ) ENGINE = MergeTree ORDER BY tuple()' + ./mc admin config set clickminio logger_webhook:ch_server_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_server_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500 Successfully applied new settings. + ./mc admin config set clickminio audit_webhook:ch_audit_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500 Successfully applied new settings. + max_retries=100 + retry=1 + '[' 1 -le 100 ']' + echo 'clickminio restart attempt 1:' clickminio restart attempt 1: ++ jq -r .status ++ ./mc admin service restart clickminio --wait --json INFO: Restarting on service signal MinIO Object Storage Server Copyright: 2015-2026 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/amd64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:37733 http://127.0.0.1:37733 Docs: https://min.io/docs/minio/linux/index.html + output='success success' + echo 'Output of restart status: success success' + expected_output='success success' + '[' 'success success' = 'success success' ']' + echo 'Restarted clickminio successfully.' + break Output of restart status: success success Restarted clickminio successfully. + '[' 1 -gt 100 ']' + MC_ADMIN_PID=1504 + ./mc admin trace clickminio + export -f run_tests + '[' 1 -gt 1 ']' + run_tests + set -x + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ '' -eq 1 ]] + [[ 0 -eq 1 ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 0 ]] + [[ -n 2 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + true + set -e + return + set +e + TEST_ARGS=(--testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs "$NUM_TRIES" "${ADDITIONAL_OPTIONS[@]}") + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2026-02-12 06:39:17 Using queries from '/usr/share/clickhouse-test/queries' directory 2026-02-12 06:39:17 Connecting to ClickHouse server... OK 2026-02-12 06:39:17 Connected to server 24.8.14.10524.altinitytest @ fb77d5f311b52a7b80769b903897cc1ccf2afaab HEAD 2026-02-12 06:39:17 Found 3254 parallel tests and 282 sequential tests 2026-02-12 06:39:17 Running about 406 stateless tests (Process-10). 2026-02-12 06:39:17 02995_index_6: [ SKIPPED ] 0.00 sec. 2026-02-12 06:39:17 Reason: not running for current build 2026-02-12 06:39:18 Running about 406 stateless tests (Process-4). 2026-02-12 06:39:18 02039_group_by_with_totals_having: [ OK ] 0.42 sec. 2026-02-12 06:39:18 02915_analyzer_fuzz_5: [ OK ] 0.42 sec. 2026-02-12 06:39:18 Running about 406 stateless tests (Process-7). 2026-02-12 06:39:18 00263_merge_aggregates_and_overflow: [ OK ] 0.47 sec. 2026-02-12 06:39:18 Running about 406 stateless tests (Process-5). 2026-02-12 06:39:18 00357_to_string_complex_types: [ OK ] 0.58 sec. 2026-02-12 06:39:18 Running about 406 stateless tests (Process-9). 2026-02-12 06:39:18 02833_tuple_concat: [ OK ] 0.67 sec. 2026-02-12 06:39:18 01921_with_fill_with_totals: [ OK ] 0.37 sec. 2026-02-12 06:39:18 02243_ipv6_long_parsing: [ OK ] 0.37 sec. 2026-02-12 06:39:18 02696_ignore_inacc_tables_mat_view_atttach: [ OK ] 0.57 sec. 2026-02-12 06:39:19 00875_join_right_nulls_ors: [ OK ] 0.52 sec. 2026-02-12 06:39:19 01499_log_deadlock: [ OK ] 0.47 sec. 2026-02-12 06:39:19 00450_higher_order_and_nullable: [ OK ] 0.37 sec. 2026-02-12 06:39:19 03273_dynamic_pretty_json_serialization: [ OK ] 0.37 sec. 2026-02-12 06:39:19 00426_nulls_sorting: [ OK ] 0.52 sec. 2026-02-12 06:39:19 Running about 406 stateless tests (Process-8). 2026-02-12 06:39:19 02344_describe_cache: [ OK ] 2.03 sec. 2026-02-12 06:39:20 01293_show_settings: [ OK ] 0.17 sec. 2026-02-12 06:39:20 01202_array_auc_special: [ OK ] 0.57 sec. 2026-02-12 06:39:20 02112_delayed_clickhouse_client_with_queries_file: [ OK ] 1.13 sec. 2026-02-12 06:39:20 02943_variant_element: [ OK ] 0.47 sec. 2026-02-12 06:39:21 01812_has_generic: [ OK ] 0.37 sec. 2026-02-12 06:39:21 03262_udf_in_constraint: [ OK ] 1.18 sec. 2026-02-12 06:39:21 02861_filter_pushdown_const_bug: [ OK ] 0.52 sec. 2026-02-12 06:39:22 00308_write_buffer_valid_utf8: [ OK ] 0.47 sec. 2026-02-12 06:39:22 01423_if_nullable_cond: [ OK ] 0.37 sec. 2026-02-12 06:39:22 01014_format_custom_separated: [ OK ] 3.98 sec. 2026-02-12 06:39:23 02006_test_positional_arguments_on_cluster: [ OK ] 0.77 sec. 2026-02-12 06:39:23 Running about 406 stateless tests (Process-6). 2026-02-12 06:39:23 03037_dynamic_merges_1_horizontal_compact_wide_tree: [ OK ] 5.64 sec. 2026-02-12 06:39:23 02346_to_hour_monotonicity_fix: [ OK ] 0.47 sec. 2026-02-12 06:39:23 01825_type_json_8: [ OK ] 4.03 sec. 2026-02-12 06:39:24 00819_ast_refactoring_bugs: [ OK ] 0.71 sec. 2026-02-12 06:39:24 03034_normalized_ast: [ OK ] 0.49 sec. 2026-02-12 06:39:24 01013_hex_float: [ OK ] 0.54 sec. 2026-02-12 06:39:24 01914_index_bgranvea: [ OK ] 0.52 sec. 2026-02-12 06:39:25 00672_arrayDistinct: [ OK ] 0.53 sec. 2026-02-12 06:39:25 00603_system_parts_nonexistent_database: [ OK ] 0.47 sec. 2026-02-12 06:39:25 01544_file_engine_settings: [ OK ] 1.48 sec. 2026-02-12 06:39:26 00542_access_to_temporary_table_in_readonly_mode: [ OK ] 0.57 sec. 2026-02-12 06:39:26 Running about 406 stateless tests (Process-3). 2026-02-12 06:39:26 01358_lc_parquet: [ OK ] 8.20 sec. 2026-02-12 06:39:26 03214_backup_and_clear_old_temporary_directories: [ OK ] 4.74 sec. 2026-02-12 06:39:26 01083_window_view_select: [ OK ] 3.89 sec. 2026-02-12 06:39:26 03161_cnf_reduction: [ OK ] 0.67 sec. 2026-02-12 06:39:26 00088_distinct_of_arrays_of_strings: [ OK ] 0.37 sec. 2026-02-12 06:39:26 02588_avro_date32_and_decimals: [ OK ] 1.83 sec. 2026-02-12 06:39:26 03142_alter_comment_parameterized_view: [ OK ] 0.42 sec. 2026-02-12 06:39:26 00556_array_intersect: [ OK ] 0.42 sec. 2026-02-12 06:39:26 02031_format_query_option: [ OK ] 0.83 sec. 2026-02-12 06:39:27 02071_lower_upper_utf8_row_overlaps: [ OK ] 0.47 sec. 2026-02-12 06:39:27 01710_projection_with_column_transformers: [ OK ] 0.42 sec. 2026-02-12 06:39:27 00275_shard_quantiles_weighted: [ OK ] 0.77 sec. 2026-02-12 06:39:27 00028_shard_big_agg_aj_distributed: [ OK ] 0.62 sec. 2026-02-12 06:39:27 02922_server_exit_code: [ OK ] 0.92 sec. 2026-02-12 06:39:28 00048_b_stored_aggregates_merge: [ OK ] 0.47 sec. 2026-02-12 06:39:28 00688_low_cardinality_syntax: [ OK ] 0.57 sec. 2026-02-12 06:39:28 01353_nullable_tuple: [ OK ] 0.92 sec. 2026-02-12 06:39:28 02374_analyzer_join_using: [ OK ] 1.78 sec. 2026-02-12 06:39:28 02995_index_10: [ SKIPPED ] 0.00 sec. 2026-02-12 06:39:28 Reason: not running for current build 2026-02-12 06:39:28 01710_projection_with_nullable_keys: [ OK ] 0.32 sec. 2026-02-12 06:39:29 02975_intdiv_with_decimal: [ OK ] 0.67 sec. 2026-02-12 06:39:29 01662_date_ubsan: [ OK ] 0.82 sec. 2026-02-12 06:39:29 01940_totimezone_operator_monotonicity: [ OK ] 0.48 sec. 2026-02-12 06:39:29 01945_system_warnings: [ OK ] 2.73 sec. 2026-02-12 06:39:29 02030_function_mapContainsKeyLike: [ OK ] 0.53 sec. 2026-02-12 06:39:29 02875_merge_engine_set_index: [ OK ] 2.28 sec. 2026-02-12 06:39:30 03305_fix_kafka_table_with_kw_arguments: [ OK ] 0.47 sec. 2026-02-12 06:39:30 02471_wrong_date_monotonicity: [ OK ] 0.47 sec. 2026-02-12 06:39:30 03262_analyzer_materialized_view_in_with_cte: [ OK ] 0.57 sec. 2026-02-12 06:39:30 00033_fixed_string_to_string: [ OK ] 0.42 sec. 2026-02-12 06:39:30 01558_ttest_scipy: [ OK ] 2.58 sec. 2026-02-12 06:39:30 02915_analyzer_fuzz_1: [ OK ] 0.37 sec. 2026-02-12 06:39:31 02381_arrow_dict_to_lc: [ OK ] 0.82 sec. 2026-02-12 06:39:31 01508_format_regexp_raw: [ OK ] 1.78 sec. 2026-02-12 06:39:31 02122_parallel_formatting_JSONCompactStrings: [ OK ] 3.48 sec. 2026-02-12 06:39:31 02525_analyzer_function_in_crash_fix: [ OK ] 0.42 sec. 2026-02-12 06:39:31 01072_optimize_skip_unused_shards_const_expr_eval: [ OK ] 0.97 sec. 2026-02-12 06:39:31 02177_issue_31009: [ SKIPPED ] 0.00 sec. 2026-02-12 06:39:31 Reason: not running for current build 2026-02-12 06:39:32 01096_block_serialized_state: [ OK ] 0.32 sec. 2026-02-12 06:39:32 01398_in_tuple_func: [ OK ] 0.37 sec. 2026-02-12 06:39:32 02987_group_array_intersect: [ OK ] 1.58 sec. 2026-02-12 06:39:32 02582_async_reading_with_small_limit: [ OK ] 0.42 sec. 2026-02-12 06:39:33 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 0.74 sec. 2026-02-12 06:39:33 02963_test_flexible_disk_configuration: [ OK ] 1.33 sec. 2026-02-12 06:39:33 02675_sparse_columns_clear_column: [ OK ] 1.04 sec. 2026-02-12 06:39:34 03261_sort_cursor_crash: [ OK ] 0.62 sec. 2026-02-12 06:39:34 02769_compare_functions_nan: [ OK ] 0.78 sec. 2026-02-12 06:39:34 03049_unknown_identifier_materialized_column: [ OK ] 0.42 sec. 2026-02-12 06:39:34 00234_disjunctive_equality_chains_optimization: [ OK ] 0.42 sec. 2026-02-12 06:39:35 02381_parseDateTime64BestEffortUS: [ OK ] 0.42 sec. 2026-02-12 06:39:35 00445_join_nullable_keys: [ OK ] 0.57 sec. 2026-02-12 06:39:36 01784_parallel_formatting_memory: [ OK ] 0.68 sec. 2026-02-12 06:39:36 02967_parallel_replicas_join_algo_and_analyzer_2: [ OK ] 5.75 sec. 2026-02-12 06:39:36 03095_merge_and_buffer_tables: [ OK ] 0.48 sec. 2026-02-12 06:39:36 02263_format_insert_settings: [ OK ] 4.90 sec. 2026-02-12 06:39:36 03016_analyzer_groupby_fuzz_59796: [ OK ] 0.47 sec. 2026-02-12 06:39:37 00914_replicate: [ OK ] 0.32 sec. 2026-02-12 06:39:37 01451_replicated_detach_drop_and_quorum_long: [ OK ] 0.67 sec. 2026-02-12 06:39:37 02346_into_outfile_and_stdout: [ OK ] 3.79 sec. 2026-02-12 06:39:37 02009_array_join_partition: [ OK ] 0.37 sec. 2026-02-12 06:39:37 02346_fulltext_index_search: [ OK ] 2.28 sec. 2026-02-12 06:39:37 03065_analyzer_cross_join_and_array_join: [ OK ] 0.47 sec. 2026-02-12 06:39:38 02884_parquet_new_encodings: [ OK ] 0.82 sec. 2026-02-12 06:39:38 01053_if_chain_check: [ OK ] 0.47 sec. 2026-02-12 06:39:38 02841_parallel_final_wrong_columns_order: [ OK ] 1.83 sec. 2026-02-12 06:39:38 03208_numbers_total_rows_approx: [ OK ] 0.37 sec. 2026-02-12 06:39:38 03171_direct_dict_short_circuit_bug: [ OK ] 0.42 sec. 2026-02-12 06:39:38 03207_json_read_subcolumns_1_memory: [ OK ] 1.33 sec. 2026-02-12 06:39:38 01199_url_functions_path_without_schema_yiurule: [ OK ] 0.52 sec. 2026-02-12 06:39:39 00188_constants_as_arguments_of_aggregate_functions: [ OK ] 0.37 sec. 2026-02-12 06:39:39 01019_materialized_view_select_extra_columns: [ OK ] 0.47 sec. 2026-02-12 06:39:39 00723_remerge_sort: [ OK ] 0.52 sec. 2026-02-12 06:39:39 01508_race_condition_rename_clear_zookeeper_long: [ OK ] 21.10 sec. 2026-02-12 06:39:40 00661_optimize_final_replicated_without_partition_zookeeper: [ OK ] 0.77 sec. 2026-02-12 06:39:40 00730_unicode_terminal_format: [ OK ] 0.42 sec. 2026-02-12 06:39:40 00700_decimal_complex_types: [ OK ] 1.77 sec. 2026-02-12 06:39:41 03121_analyzer_filed_redefenition_in_subquery: [ OK ] 0.42 sec. 2026-02-12 06:39:41 03033_cte_numbers_memory: [ OK ] 0.37 sec. 2026-02-12 06:39:41 02319_sql_standard_create_drop_index: [ OK ] 1.62 sec. 2026-02-12 06:39:41 02859_replicated_db_name_zookeeper: [ OK ] 2.78 sec. 2026-02-12 06:39:41 02266_auto_add_nullable: [ OK ] 0.37 sec. 2026-02-12 06:39:41 01710_projections_group_by_no_key: [ OK ] 0.42 sec. 2026-02-12 06:39:42 00240_replace_substring_loop: [ OK ] 1.17 sec. 2026-02-12 06:39:42 02790_client_max_opening_fd: [ OK ] 1.07 sec. 2026-02-12 06:39:42 02570_fallback_from_async_insert: [ OK ] 3.38 sec. 2026-02-12 06:39:42 00155_long_merges: [ SKIPPED ] 0.00 sec. 2026-02-12 06:39:42 Reason: not running for current build 2026-02-12 06:39:42 02189_join_type_conversion: [ OK ] 0.32 sec. 2026-02-12 06:39:43 00947_ml_test: [ OK ] 0.47 sec. 2026-02-12 06:39:43 03040_dynamic_type_alters_1_memory: [ OK ] 0.72 sec. 2026-02-12 06:41:38 1401 2026-02-12 06:47:26 00952_input_function: [ FAIL ] 304.31 sec. 2026-02-12 06:47:26 Reason: return code: 209 2026-02-12 06:47:26 Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:49662, 300000 ms): (localhost:9000, ::1, local address: [::1]:49662). (SOCKET_TIMEOUT) 2026-02-12 06:47:26 2026-02-12 06:47:26 , result: 2026-02-12 06:47:26 2026-02-12 06:47:26 "0","1970-01-01",0,0 2026-02-12 06:47:26 "1","1970-01-02",1,0 2026-02-12 06:47:26 "2","1970-01-03",4,0 2026-02-12 06:47:26 "3","1970-01-04",9,0 2026-02-12 06:47:26 "4","1970-01-05",16,0 2026-02-12 06:47:26 2026-02-12 06:47:26 stdout: 2026-02-12 06:47:26 "0","1970-01-01",0,0 2026-02-12 06:47:26 "1","1970-01-02",1,0 2026-02-12 06:47:26 "2","1970-01-03",4,0 2026-02-12 06:47:26 "3","1970-01-04",9,0 2026-02-12 06:47:26 "4","1970-01-05",16,0 2026-02-12 06:47:26 2026-02-12 06:47:26 2026-02-12 06:47:26 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 653255 --group_by_two_level_threshold_bytes 39781472 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 2795864 --max_read_buffer_size 577812 --prefer_localhost_replica 1 --max_block_size 32252 --max_joined_block_size_rows 73159 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 48 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 16622863 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 4 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 343153240 --min_compress_block_size 2243008 --max_compress_block_size 1327062 --merge_tree_compact_parts_min_granules_to_multibuffer_read 88 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 7121874 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.07 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 1 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2026-02-12 06:47:26 2026-02-12 06:47:26 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 3897067072 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 8956867 --merge_max_block_size 10782 --index_granularity 28157 --min_bytes_for_wide_part 0 --marks_compress_block_size 86432 --primary_key_compress_block_size 97192 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 118576875 --compact_parts_max_bytes_to_buffer 504879213 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 8406644 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10 2026-02-12 06:47:26 2026-02-12 06:47:26 Database: test_3v0jlk0m 2026-02-12 06:47:27 Process Process-7: 2026-02-12 06:47:27 Traceback (most recent call last): 2026-02-12 06:47:27 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-02-12 06:47:27 self.run() 2026-02-12 06:47:27 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-02-12 06:47:27 self._target(*self._args, **self._kwargs) 2026-02-12 06:47:27 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-02-12 06:47:27 return run_tests_array(*args, **kwargs) 2026-02-12 06:47:27 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-02-12 06:47:27 stop_tests() 2026-02-12 06:47:27 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-02-12 06:47:27 cleanup_child_processes(os.getpid()) 2026-02-12 06:47:27 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-02-12 06:47:27 child_pgid = os.getpgid(child) 2026-02-12 06:47:27 ProcessLookupError: [Errno 3] No such process 2026-02-12 06:47:27 Child processes of 1560: 2026-02-12 06:47:27 7842 /bin/sh -c pgrep --parent 1560 -a 2026-02-12 06:51:39 Hang up check failed 2026-02-12 06:51:39 Server died, terminating all processes... 2026-02-12 06:51:39 Running 282 stateless tests (MainProcess). 2026-02-12 06:51:39 Child processes of 1534: 2026-02-12 06:51:39 1537 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2026-02-12 06:51:39 1543 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2026-02-12 06:51:39 1550 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2026-02-12 06:51:39 1551 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2026-02-12 06:51:39 1553 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2026-02-12 06:51:39 1556 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2026-02-12 06:51:39 1564 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2026-02-12 06:51:39 1568 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2026-02-12 06:51:39 1572 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 2 --report-logs-stats 2026-02-12 06:51:39 7916 /bin/sh -c pgrep --parent 1534 -a 2026-02-12 06:51:39 Traceback (most recent call last): 2026-02-12 06:51:39 File "/usr/bin/clickhouse-test", line 3626, in 2026-02-12 06:51:39 main(args) 2026-02-12 06:51:39 File "/usr/bin/clickhouse-test", line 2976, in main 2026-02-12 06:51:39 total_tests_run += do_run_tests(args.jobs, test_suite) 2026-02-12 06:51:39 File "/usr/bin/clickhouse-test", line 2599, in do_run_tests 2026-02-12 06:51:39 run_tests_array( 2026-02-12 06:51:39 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2026-02-12 06:51:39 stop_tests() 2026-02-12 06:51:39 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-02-12 06:51:39 cleanup_child_processes(os.getpid()) 2026-02-12 06:51:39 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-02-12 06:51:39 child_pgid = os.getpgid(child) 2026-02-12 06:51:39 ProcessLookupError: [Errno 3] No such process 2026-02-12 06:51:49 Process Process-3: 2026-02-12 06:51:49 Traceback (most recent call last): 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2026-02-12 06:51:49 test_result = test_case.run( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1812, in run 2026-02-12 06:51:49 raise e 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1797, in run 2026-02-12 06:51:49 result.check_if_need_retry( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1010, in check_if_need_retry 2026-02-12 06:51:49 or not need_retry(args, stdout, stderr, self.total_time) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 490, in need_retry 2026-02-12 06:51:49 session_uptime = get_zookeeper_session_uptime(args) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 478, in get_zookeeper_session_uptime 2026-02-12 06:51:49 return int(clickhouse_execute(args, "SELECT zookeeperSessionUptime()")) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2026-02-12 06:51:49 return clickhouse_execute_http( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http 2026-02-12 06:51:49 res = client.getresponse() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse 2026-02-12 06:51:49 response.begin() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 318, in begin 2026-02-12 06:51:49 version, status, reason = self._read_status() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status 2026-02-12 06:51:49 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 2026-02-12 06:51:49 File "/usr/lib/python3.10/socket.py", line 705, in readinto 2026-02-12 06:51:49 return self._sock.recv_into(b) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2026-02-12 06:51:49 raise Terminated(signal) 2026-02-12 06:51:49 Terminated: 15 2026-02-12 06:51:49 2026-02-12 06:51:49 During handling of the above exception, another exception occurred: 2026-02-12 06:51:49 2026-02-12 06:51:49 Traceback (most recent call last): 2026-02-12 06:51:49 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-02-12 06:51:49 self.run() 2026-02-12 06:51:49 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-02-12 06:51:49 self._target(*self._args, **self._kwargs) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-02-12 06:51:49 return run_tests_array(*args, **kwargs) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2026-02-12 06:51:49 stop_tests() 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-02-12 06:51:49 cleanup_child_processes(os.getpid()) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-02-12 06:51:49 child_pgid = os.getpgid(child) 2026-02-12 06:51:49 ProcessLookupError: [Errno 3] No such process 2026-02-12 06:51:49 Killing process group 6240 2026-02-12 06:51:49 Processes in process group 6240: 2026-02-12 06:51:49 6240 /bin/sh -c /usr/bin/clickhouse-client --log_comment '00913_many_threads.sql' --database=test_f939nnjs --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 726796 --group_by_two_level_threshold_bytes 24576753 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 15019956 --max_read_buffer_size 1015494 --prefer_localhost_replica 0 --max_block_size 83147 --max_joined_block_size_rows 26148 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 74 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 47624138 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4573394393 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 4 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2481912656 --min_compress_block_size 2887793 --max_compress_block_size 1540883 --merge_tree_compact_parts_min_granules_to_multibuffer_read 117 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5669276 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.38 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 22662752 --merge_max_block_size 14918 --index_granularity 64752 --min_bytes_for_wide_part 0 --marks_compress_block_size 37242 --primary_key_compress_block_size 58272 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 299951589 --compact_parts_max_granules_to_buffer 178 --compact_parts_merge_max_bytes_to_prefetch_part 22916931 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 151 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/00913_many_threads.sql > /tmp/clickhouse-test/0_stateless/00913_many_threads.stdout 2> /tmp/clickhouse-test/0_stateless/00913_many_threads.stderr 2026-02-12 06:51:49 6241 /usr/bin/clickhouse-client --log_comment 00913_many_threads.sql --database=test_f939nnjs --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 726796 --group_by_two_level_threshold_bytes 24576753 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 15019956 --max_read_buffer_size 1015494 --prefer_localhost_replica 0 --max_block_size 83147 --max_joined_block_size_rows 26148 --max_threads 1 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 74 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 47624138 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4573394393 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 4 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2481912656 --min_compress_block_size 2887793 --max_compress_block_size 1540883 --merge_tree_compact_parts_min_granules_to_multibuffer_read 117 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5669276 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.38 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 22662752 --merge_max_block_size 14918 --index_granularity 64752 --min_bytes_for_wide_part 0 --marks_compress_block_size 37242 --primary_key_compress_block_size 58272 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 299951589 --compact_parts_max_granules_to_buffer 178 --compact_parts_merge_max_bytes_to_prefetch_part 22916931 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 151 --allow_repeated_settings --client_logs_file=./client.fatal.log 2026-02-12 06:51:49 Process group 6240 should be killed 2026-02-12 06:51:49 Break tests execution 2026-02-12 06:51:49 Child processes of 1550: 2026-02-12 06:51:49 6240 sh 2026-02-12 06:51:49 7918 /bin/sh -c pgrep --parent 1550 -a 2026-02-12 06:51:49 Killing process group 6240 2026-02-12 06:51:49 Processes in process group 6240: 2026-02-12 06:51:49 6240 sh 2026-02-12 06:51:49 Process group 6240 should be killed 2026-02-12 06:51:49 Process Process-4: 2026-02-12 06:51:49 Traceback (most recent call last): 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2026-02-12 06:51:49 test_result = test_case.run( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1812, in run 2026-02-12 06:51:49 raise e 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1797, in run 2026-02-12 06:51:49 result.check_if_need_retry( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1010, in check_if_need_retry 2026-02-12 06:51:49 or not need_retry(args, stdout, stderr, self.total_time) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 490, in need_retry 2026-02-12 06:51:49 session_uptime = get_zookeeper_session_uptime(args) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 478, in get_zookeeper_session_uptime 2026-02-12 06:51:49 return int(clickhouse_execute(args, "SELECT zookeeperSessionUptime()")) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2026-02-12 06:51:49 return clickhouse_execute_http( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http 2026-02-12 06:51:49 res = client.getresponse() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse 2026-02-12 06:51:49 response.begin() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 318, in begin 2026-02-12 06:51:49 version, status, reason = self._read_status() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status 2026-02-12 06:51:49 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 2026-02-12 06:51:49 File "/usr/lib/python3.10/socket.py", line 705, in readinto 2026-02-12 06:51:49 return self._sock.recv_into(b) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2026-02-12 06:51:49 raise Terminated(signal) 2026-02-12 06:51:49 Terminated: 15 2026-02-12 06:51:49 2026-02-12 06:51:49 During handling of the above exception, another exception occurred: 2026-02-12 06:51:49 2026-02-12 06:51:49 Traceback (most recent call last): 2026-02-12 06:51:49 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-02-12 06:51:49 self.run() 2026-02-12 06:51:49 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-02-12 06:51:49 self._target(*self._args, **self._kwargs) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-02-12 06:51:49 return run_tests_array(*args, **kwargs) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2026-02-12 06:51:49 stop_tests() 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-02-12 06:51:49 cleanup_child_processes(os.getpid()) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-02-12 06:51:49 child_pgid = os.getpgid(child) 2026-02-12 06:51:49 ProcessLookupError: [Errno 3] No such process 2026-02-12 06:51:49 Killing process group 2210 2026-02-12 06:51:49 Processes in process group 2210: 2026-02-12 06:51:49 2210 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/02481_async_insert_dedup_token.sh > /tmp/clickhouse-test/0_stateless/02481_async_insert_dedup_token.stdout 2> /tmp/clickhouse-test/0_stateless/02481_async_insert_dedup_token.stderr 2026-02-12 06:51:49 2211 bash /usr/share/clickhouse-test/queries/0_stateless/02481_async_insert_dedup_token.sh 2026-02-12 06:51:49 2382 python3 /usr/share/clickhouse-test/queries/0_stateless/02481_async_insert_dedup.python ReplicatedMergeTree token 2026-02-12 06:51:49 Process group 2210 should be killed 2026-02-12 06:51:49 Break tests execution 2026-02-12 06:51:49 Child processes of 1551: 2026-02-12 06:51:49 2210 sh 2026-02-12 06:51:49 7919 /bin/sh -c pgrep --parent 1551 -a 2026-02-12 06:51:49 Killing process group 2210 2026-02-12 06:51:49 Processes in process group 2210: 2026-02-12 06:51:49 2210 sh 2026-02-12 06:51:49 Process group 2210 should be killed 2026-02-12 06:51:49 Process Process-10: 2026-02-12 06:51:49 Traceback (most recent call last): 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2026-02-12 06:51:49 test_result = test_case.run( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1812, in run 2026-02-12 06:51:49 raise e 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1797, in run 2026-02-12 06:51:49 result.check_if_need_retry( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1010, in check_if_need_retry 2026-02-12 06:51:49 or not need_retry(args, stdout, stderr, self.total_time) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 490, in need_retry 2026-02-12 06:51:49 session_uptime = get_zookeeper_session_uptime(args) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 478, in get_zookeeper_session_uptime 2026-02-12 06:51:49 return int(clickhouse_execute(args, "SELECT zookeeperSessionUptime()")) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2026-02-12 06:51:49 return clickhouse_execute_http( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http 2026-02-12 06:51:49 res = client.getresponse() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse 2026-02-12 06:51:49 response.begin() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 318, in begin 2026-02-12 06:51:49 version, status, reason = self._read_status() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status 2026-02-12 06:51:49 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 2026-02-12 06:51:49 File "/usr/lib/python3.10/socket.py", line 705, in readinto 2026-02-12 06:51:49 return self._sock.recv_into(b) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2026-02-12 06:51:49 raise Terminated(signal) 2026-02-12 06:51:49 Terminated: 15 2026-02-12 06:51:49 2026-02-12 06:51:49 During handling of the above exception, another exception occurred: 2026-02-12 06:51:49 2026-02-12 06:51:49 Traceback (most recent call last): 2026-02-12 06:51:49 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-02-12 06:51:49 self.run() 2026-02-12 06:51:49 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-02-12 06:51:49 self._target(*self._args, **self._kwargs) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-02-12 06:51:49 return run_tests_array(*args, **kwargs) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2026-02-12 06:51:49 stop_tests() 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-02-12 06:51:49 cleanup_child_processes(os.getpid()) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-02-12 06:51:49 child_pgid = os.getpgid(child) 2026-02-12 06:51:49 ProcessLookupError: [Errno 3] No such process 2026-02-12 06:51:49 Killing process group 6295 2026-02-12 06:51:49 Processes in process group 6295: 2026-02-12 06:51:49 6295 /bin/sh -c /usr/bin/clickhouse-client --log_comment '02456_alter-nullable-column-bag.sql' --database=test_1zd93669 --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 38157997 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 15737920 --max_read_buffer_size 591775 --prefer_localhost_replica 1 --max_block_size 77832 --max_joined_block_size_rows 65436 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 81 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 25139973 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10659732064 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 12 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 7374222605 --max_bytes_before_remerge_sort 766584962 --min_compress_block_size 2728996 --max_compress_block_size 1017766 --merge_tree_compact_parts_min_granules_to_multibuffer_read 25 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 8375581 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.4 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 8841227308 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 91 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 7574005812 --index_granularity_bytes 7970122 --merge_max_block_size 727 --index_granularity 39177 --min_bytes_for_wide_part 0 --marks_compress_block_size 44926 --primary_key_compress_block_size 24483 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 422766912 --compact_parts_max_bytes_to_buffer 107518872 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 19078859 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 476 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/02456_alter-nullable-column-bag.sql > /tmp/clickhouse-test/0_stateless/02456_alter-nullable-column-bag.stdout 2> /tmp/clickhouse-test/0_stateless/02456_alter-nullable-column-bag.stderr 2026-02-12 06:51:49 6296 /usr/bin/clickhouse-client --log_comment 02456_alter-nullable-column-bag.sql --database=test_1zd93669 --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 38157997 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 15737920 --max_read_buffer_size 591775 --prefer_localhost_replica 1 --max_block_size 77832 --max_joined_block_size_rows 65436 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 81 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 25139973 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10659732064 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 12 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 7374222605 --max_bytes_before_remerge_sort 766584962 --min_compress_block_size 2728996 --max_compress_block_size 1017766 --merge_tree_compact_parts_min_granules_to_multibuffer_read 25 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 8375581 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.4 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 8841227308 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 91 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 7574005812 --index_granularity_bytes 7970122 --merge_max_block_size 727 --index_granularity 39177 --min_bytes_for_wide_part 0 --marks_compress_block_size 44926 --primary_key_compress_block_size 24483 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 422766912 --compact_parts_max_bytes_to_buffer 107518872 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 19078859 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 476 --allow_repeated_settings --client_logs_file=./client.fatal.log 2026-02-12 06:51:49 Process group 6295 should be killed 2026-02-12 06:51:49 Break tests execution 2026-02-12 06:51:49 Child processes of 1572: 2026-02-12 06:51:49 6295 sh 2026-02-12 06:51:49 7923 /bin/sh -c pgrep --parent 1572 -a 2026-02-12 06:51:49 Killing process group 6295 2026-02-12 06:51:49 Processes in process group 6295: 2026-02-12 06:51:49 6295 sh 2026-02-12 06:51:49 Process group 6295 should be killed 2026-02-12 06:51:49 Process Process-5: 2026-02-12 06:51:49 Traceback (most recent call last): 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http 2026-02-12 06:51:49 res = client.getresponse() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse 2026-02-12 06:51:49 response.begin() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 318, in begin 2026-02-12 06:51:49 version, status, reason = self._read_status() 2026-02-12 06:51:49 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status 2026-02-12 06:51:49 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 2026-02-12 06:51:49 File "/usr/lib/python3.10/socket.py", line 705, in readinto 2026-02-12 06:51:49 return self._sock.recv_into(b) 2026-02-12 06:51:49 TimeoutError: timed out 2026-02-12 06:51:49 2026-02-12 06:51:49 During handling of the above exception, another exception occurred: 2026-02-12 06:51:49 2026-02-12 06:51:49 Traceback (most recent call last): 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2026-02-12 06:51:49 test_result = test_case.run( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1812, in run 2026-02-12 06:51:49 raise e 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1797, in run 2026-02-12 06:51:49 result.check_if_need_retry( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 1010, in check_if_need_retry 2026-02-12 06:51:49 or not need_retry(args, stdout, stderr, self.total_time) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 490, in need_retry 2026-02-12 06:51:49 session_uptime = get_zookeeper_session_uptime(args) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 478, in get_zookeeper_session_uptime 2026-02-12 06:51:49 return int(clickhouse_execute(args, "SELECT zookeeperSessionUptime()")) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2026-02-12 06:51:49 return clickhouse_execute_http( 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 313, in clickhouse_execute_http 2026-02-12 06:51:49 sleep(i + 1) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2026-02-12 06:51:49 raise Terminated(signal) 2026-02-12 06:51:49 Terminated: 15 2026-02-12 06:51:49 2026-02-12 06:51:49 During handling of the above exception, another exception occurred: 2026-02-12 06:51:49 2026-02-12 06:51:49 Traceback (most recent call last): 2026-02-12 06:51:49 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-02-12 06:51:49 self.run() 2026-02-12 06:51:49 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-02-12 06:51:49 self._target(*self._args, **self._kwargs) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-02-12 06:51:49 return run_tests_array(*args, **kwargs) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2026-02-12 06:51:49 stop_tests() 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-02-12 06:51:49 cleanup_child_processes(os.getpid()) 2026-02-12 06:51:49 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-02-12 06:51:49 child_pgid = os.getpgid(child) 2026-02-12 06:51:49 ProcessLookupError: [Errno 3] No such process 2026-02-12 06:51:49 Killing process group 4337 2026-02-12 06:51:49 Processes in process group 4337: 2026-02-12 06:51:49 4337 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/01059_storage_file_compression.sh > /tmp/clickhouse-test/0_stateless/01059_storage_file_compression.stdout 2> /tmp/clickhouse-test/0_stateless/01059_storage_file_compression.stderr 2026-02-12 06:51:49 4338 bash /usr/share/clickhouse-test/queries/0_stateless/01059_storage_file_compression.sh 2026-02-12 06:51:49 7816 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_sx69vxht --log_comment 01059_storage_file_compression.sh --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 17211513 --max_read_buffer_size 624974 --prefer_localhost_replica 1 --max_block_size 85913 --max_joined_block_size_rows 64417 --max_threads 2 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 94 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 845904 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 2462316736 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 24 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2143717303 --min_compress_block_size 206460 --max_compress_block_size 1603835 --merge_tree_compact_parts_min_granules_to_multibuffer_read 67 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 744226 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.64 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 1 --max_parsing_threads 0 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 697991 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 4120291350 --index_granularity_bytes 29860071 --merge_max_block_size 6919 --index_granularity 61709 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 43246 --primary_key_compress_block_size 82687 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 287100873 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 29315634 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 66 --old_parts_lifetime 95 --allow_repeated_settings --client_logs_file=./client.fatal.log --query TRUNCATE TABLE file 2026-02-12 06:51:49 Process group 4337 should be killed 2026-02-12 06:51:49 Break tests execution 2026-02-12 06:51:49 Child processes of 1553: 2026-02-12 06:51:49 4337 sh 2026-02-12 06:51:49 7920 /bin/sh -c pgrep --parent 1553 -a 2026-02-12 06:51:49 Killing process group 4337 2026-02-12 06:51:49 Processes in process group 4337: 2026-02-12 06:51:49 4337 sh 2026-02-12 06:51:49 Process group 4337 should be killed 2026-02-12 06:51:50 Process Process-9: 2026-02-12 06:51:50 Traceback (most recent call last): 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2026-02-12 06:51:50 test_result = test_case.run( 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 1812, in run 2026-02-12 06:51:50 raise e 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 1797, in run 2026-02-12 06:51:50 result.check_if_need_retry( 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 1010, in check_if_need_retry 2026-02-12 06:51:50 or not need_retry(args, stdout, stderr, self.total_time) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 490, in need_retry 2026-02-12 06:51:50 session_uptime = get_zookeeper_session_uptime(args) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 478, in get_zookeeper_session_uptime 2026-02-12 06:51:50 return int(clickhouse_execute(args, "SELECT zookeeperSessionUptime()")) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2026-02-12 06:51:50 return clickhouse_execute_http( 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http 2026-02-12 06:51:50 res = client.getresponse() 2026-02-12 06:51:50 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse 2026-02-12 06:51:50 response.begin() 2026-02-12 06:51:50 File "/usr/lib/python3.10/http/client.py", line 318, in begin 2026-02-12 06:51:50 version, status, reason = self._read_status() 2026-02-12 06:51:50 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status 2026-02-12 06:51:50 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 2026-02-12 06:51:50 File "/usr/lib/python3.10/socket.py", line 705, in readinto 2026-02-12 06:51:50 return self._sock.recv_into(b) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2026-02-12 06:51:50 raise Terminated(signal) 2026-02-12 06:51:50 Terminated: 15 2026-02-12 06:51:50 2026-02-12 06:51:50 During handling of the above exception, another exception occurred: 2026-02-12 06:51:50 2026-02-12 06:51:50 Traceback (most recent call last): 2026-02-12 06:51:50 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-02-12 06:51:50 self.run() 2026-02-12 06:51:50 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-02-12 06:51:50 self._target(*self._args, **self._kwargs) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-02-12 06:51:50 return run_tests_array(*args, **kwargs) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2026-02-12 06:51:50 stop_tests() 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-02-12 06:51:50 cleanup_child_processes(os.getpid()) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-02-12 06:51:50 child_pgid = os.getpgid(child) 2026-02-12 06:51:50 ProcessLookupError: [Errno 3] No such process 2026-02-12 06:51:50 Killing process group 6182 2026-02-12 06:51:50 Processes in process group 6182: 2026-02-12 06:51:50 6182 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/01583_parallel_parsing_exception_with_offset.sh > /tmp/clickhouse-test/0_stateless/01583_parallel_parsing_exception_with_offset.stdout 2> /tmp/clickhouse-test/0_stateless/01583_parallel_parsing_exception_with_offset.stderr 2026-02-12 06:51:50 6183 bash /usr/share/clickhouse-test/queries/0_stateless/01583_parallel_parsing_exception_with_offset.sh 2026-02-12 06:51:50 7817 bash /usr/share/clickhouse-test/queries/0_stateless/01583_parallel_parsing_exception_with_offset.sh 2026-02-12 06:51:50 7818 /usr/bin/clickhouse-client --send_logs_level=none --database=test_kt2y2452 --log_comment 01583_parallel_parsing_exception_with_offset.sh --max_insert_threads 2 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 45466141 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 7786716 --max_read_buffer_size 800726 --prefer_localhost_replica 0 --max_block_size 84544 --max_joined_block_size_rows 42743 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 100 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 25502874 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 7873556661 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 8 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 4552958541 --max_bytes_before_remerge_sort 1342428939 --min_compress_block_size 1784757 --max_compress_block_size 1848440 --merge_tree_compact_parts_min_granules_to_multibuffer_read 66 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2036348 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.62 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.23510731728435652 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 13844764 --merge_max_block_size 6814 --index_granularity 33292 --min_bytes_for_wide_part 408818246 --marks_compress_block_size 68051 --primary_key_compress_block_size 98948 --replace_long_file_name_to_hash 1 --max_file_name_length 43 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 282346029 --compact_parts_max_granules_to_buffer 59 --compact_parts_merge_max_bytes_to_prefetch_part 19168184 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10 --allow_repeated_settings --client_logs_file=./client.fatal.log --input_format_parallel_parsing=1 --min_chunk_bytes_for_parallel_parsing=1000 --query=INSERT INTO check(x) FORMAT TSV 2026-02-12 06:51:50 7819 grep -q (at row 2000001) 2026-02-12 06:51:50 7822 seq 1 2000000 2026-02-12 06:51:50 Process group 6182 should be killed 2026-02-12 06:51:50 Break tests execution 2026-02-12 06:51:50 Child processes of 1568: 2026-02-12 06:51:50 6182 sh 2026-02-12 06:51:50 7922 /bin/sh -c pgrep --parent 1568 -a 2026-02-12 06:51:50 Killing process group 6182 2026-02-12 06:51:50 Processes in process group 6182: 2026-02-12 06:51:50 6182 sh 2026-02-12 06:51:50 Process group 6182 should be killed 2026-02-12 06:51:50 Process Process-8: 2026-02-12 06:51:50 Traceback (most recent call last): 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2026-02-12 06:51:50 test_result = test_case.run( 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 1812, in run 2026-02-12 06:51:50 raise e 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 1797, in run 2026-02-12 06:51:50 result.check_if_need_retry( 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 1010, in check_if_need_retry 2026-02-12 06:51:50 or not need_retry(args, stdout, stderr, self.total_time) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 490, in need_retry 2026-02-12 06:51:50 session_uptime = get_zookeeper_session_uptime(args) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 478, in get_zookeeper_session_uptime 2026-02-12 06:51:50 return int(clickhouse_execute(args, "SELECT zookeeperSessionUptime()")) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2026-02-12 06:51:50 return clickhouse_execute_http( 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http 2026-02-12 06:51:50 res = client.getresponse() 2026-02-12 06:51:50 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse 2026-02-12 06:51:50 response.begin() 2026-02-12 06:51:50 File "/usr/lib/python3.10/http/client.py", line 318, in begin 2026-02-12 06:51:50 version, status, reason = self._read_status() 2026-02-12 06:51:50 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status 2026-02-12 06:51:50 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 2026-02-12 06:51:50 File "/usr/lib/python3.10/socket.py", line 705, in readinto 2026-02-12 06:51:50 return self._sock.recv_into(b) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2026-02-12 06:51:50 raise Terminated(signal) 2026-02-12 06:51:50 Terminated: 15 2026-02-12 06:51:50 2026-02-12 06:51:50 During handling of the above exception, another exception occurred: 2026-02-12 06:51:50 2026-02-12 06:51:50 Traceback (most recent call last): 2026-02-12 06:51:50 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-02-12 06:51:50 self.run() 2026-02-12 06:51:50 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-02-12 06:51:50 self._target(*self._args, **self._kwargs) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-02-12 06:51:50 return run_tests_array(*args, **kwargs) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2026-02-12 06:51:50 stop_tests() 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-02-12 06:51:50 cleanup_child_processes(os.getpid()) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-02-12 06:51:50 child_pgid = os.getpgid(child) 2026-02-12 06:51:50 ProcessLookupError: [Errno 3] No such process 2026-02-12 06:51:50 Killing process group 5867 2026-02-12 06:51:50 Processes in process group 5867: 2026-02-12 06:51:50 5867 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/03001_backup_matview_after_modify_query.sh > /tmp/clickhouse-test/0_stateless/03001_backup_matview_after_modify_query.stdout 2> /tmp/clickhouse-test/0_stateless/03001_backup_matview_after_modify_query.stderr 2026-02-12 06:51:50 5868 bash /usr/share/clickhouse-test/queries/0_stateless/03001_backup_matview_after_modify_query.sh 2026-02-12 06:51:50 6312 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_b4grhokp --log_comment 03001_backup_matview_after_modify_query.sh --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 9696623 --max_read_buffer_size 947865 --prefer_localhost_replica 1 --max_block_size 49668 --max_joined_block_size_rows 64549 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 93 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 7180980 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 7313844204 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 24 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2103593381 --min_compress_block_size 2168661 --max_compress_block_size 1617565 --merge_tree_compact_parts_min_granules_to_multibuffer_read 123 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 977222 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.59 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 0 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 44 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 25471651 --merge_max_block_size 14680 --index_granularity 9969 --min_bytes_for_wide_part 407844561 --marks_compress_block_size 42549 --primary_key_compress_block_size 61198 --replace_long_file_name_to_hash 0 --max_file_name_length 58 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 480581213 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 3005059 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 58 --old_parts_lifetime 460 --allow_repeated_settings --client_logs_file=./client.fatal.log -q RESTORE DATABASE test_b4grhokp AS test_b4grhokp_2 FROM Disk('backups', 'test_b4grhokp_backup') 2026-02-12 06:51:50 6313 grep -o RESTORED 2026-02-12 06:51:50 Process group 5867 should be killed 2026-02-12 06:51:50 Break tests execution 2026-02-12 06:51:50 Child processes of 1564: 2026-02-12 06:51:50 5867 sh 2026-02-12 06:51:50 7917 /bin/sh -c pgrep --parent 1564 -a 2026-02-12 06:51:50 Killing process group 5867 2026-02-12 06:51:50 Processes in process group 5867: 2026-02-12 06:51:50 5867 sh 2026-02-12 06:51:50 Process group 5867 should be killed 2026-02-12 06:51:50 Process Process-6: 2026-02-12 06:51:50 Traceback (most recent call last): 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2026-02-12 06:51:50 test_result = test_case.run( 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 1812, in run 2026-02-12 06:51:50 raise e 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 1797, in run 2026-02-12 06:51:50 result.check_if_need_retry( 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 1010, in check_if_need_retry 2026-02-12 06:51:50 or not need_retry(args, stdout, stderr, self.total_time) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 490, in need_retry 2026-02-12 06:51:50 session_uptime = get_zookeeper_session_uptime(args) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 478, in get_zookeeper_session_uptime 2026-02-12 06:51:50 return int(clickhouse_execute(args, "SELECT zookeeperSessionUptime()")) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2026-02-12 06:51:50 return clickhouse_execute_http( 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http 2026-02-12 06:51:50 res = client.getresponse() 2026-02-12 06:51:50 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse 2026-02-12 06:51:50 response.begin() 2026-02-12 06:51:50 File "/usr/lib/python3.10/http/client.py", line 318, in begin 2026-02-12 06:51:50 version, status, reason = self._read_status() 2026-02-12 06:51:50 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status 2026-02-12 06:51:50 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 2026-02-12 06:51:50 File "/usr/lib/python3.10/socket.py", line 705, in readinto 2026-02-12 06:51:50 return self._sock.recv_into(b) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2026-02-12 06:51:50 raise Terminated(signal) 2026-02-12 06:51:50 Terminated: 15 2026-02-12 06:51:50 2026-02-12 06:51:50 During handling of the above exception, another exception occurred: 2026-02-12 06:51:50 2026-02-12 06:51:50 Traceback (most recent call last): 2026-02-12 06:51:50 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2026-02-12 06:51:50 self.run() 2026-02-12 06:51:50 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2026-02-12 06:51:50 self._target(*self._args, **self._kwargs) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2026-02-12 06:51:50 return run_tests_array(*args, **kwargs) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2026-02-12 06:51:50 stop_tests() 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2026-02-12 06:51:50 cleanup_child_processes(os.getpid()) 2026-02-12 06:51:50 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2026-02-12 06:51:50 child_pgid = os.getpgid(child) 2026-02-12 06:51:50 ProcessLookupError: [Errno 3] No such process 2026-02-12 06:51:50 Killing process group 5319 2026-02-12 06:51:50 Processes in process group 5319: 2026-02-12 06:51:50 5319 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/02370_lost_part_intersecting_merges.sh > /tmp/clickhouse-test/0_stateless/02370_lost_part_intersecting_merges.stdout 2> /tmp/clickhouse-test/0_stateless/02370_lost_part_intersecting_merges.stderr 2026-02-12 06:51:50 5320 bash /usr/share/clickhouse-test/queries/0_stateless/02370_lost_part_intersecting_merges.sh 2026-02-12 06:51:50 6035 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_sscgcd9e --log_comment 02370_lost_part_intersecting_merges.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 11022943 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 16016837 --max_read_buffer_size 867861 --prefer_localhost_replica 0 --max_block_size 85294 --max_joined_block_size_rows 63528 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 39 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 43487339 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 5293952859 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 22 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 988290535 --min_compress_block_size 3083249 --max_compress_block_size 743143 --merge_tree_compact_parts_min_granules_to_multibuffer_read 65 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5960973 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone America/Mazatlan --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.04 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 1 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 178469 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 9412309899 --index_granularity_bytes 12756158 --merge_max_block_size 20495 --index_granularity 47162 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 41894 --primary_key_compress_block_size 57675 --replace_long_file_name_to_hash 1 --max_file_name_length 120 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 112803520 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 6385769 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log -q system sync replica rmt1; 2026-02-12 06:51:50 Process group 5319 should be killed 2026-02-12 06:51:50 Break tests execution 2026-02-12 06:51:50 Child processes of 1556: 2026-02-12 06:51:50 5319 sh 2026-02-12 06:51:50 7921 /bin/sh -c pgrep --parent 1556 -a 2026-02-12 06:51:50 Killing process group 5319 2026-02-12 06:51:50 Processes in process group 5319: 2026-02-12 06:51:50 5319 sh 2026-02-12 06:51:50 Process group 5319 should be killed + set -e + echo 'Files in current directory' + ls -la ./ Files in current directory total 127316 drwxr-xr-x 1 root root 4096 Feb 12 06:49 . drwxr-xr-x 1 root root 4096 Feb 12 06:49 .. -rw-rw-r-- 1 1000 1000 119 Feb 12 05:40 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2380 Jan 31 2025 attach_gdb.lib -rw-r--r-- 1 root root 1481 Feb 12 06:38 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Feb 12 06:38 __azurite_db_blob__.json -rw-r--r-- 1 root root 40560 Feb 12 06:51 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Feb 12 06:38 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 966 Feb 12 05:40 broken_tests.json -rw-r--r-- 1 root root 12478 Feb 12 06:49 client.fatal.log drwxr-xr-x 14 root root 3840 Feb 12 06:37 dev -rwxr-xr-x 1 root root 0 Feb 12 06:37 .dockerenv drwxr-xr-x 1 root root 4096 Feb 12 06:38 etc drwxr-xr-x 1 1000 1000 4096 Feb 12 06:38 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26927256 Jan 31 2025 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 103174296 Jan 31 2025 minio drwxr-xr-x 4 root root 4096 Feb 12 06:38 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 1 root root 4096 Jan 31 2025 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Feb 12 06:37 package_folder drwxr-x--- 2 root root 4096 Feb 12 06:39 preprocessed_configs dr-xr-xr-x 312 root root 0 Feb 12 06:37 proc -rwxrwxr-x 1 root root 9627 Jan 31 2025 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt drwx------ 1 root root 4096 Feb 12 06:39 root drwxr-xr-x 1 root root 4096 Feb 12 06:38 run -rwxrwxr-x 1 root root 22124 Jan 31 2025 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 747 Feb 12 06:38 script.gdb -rwxrwxr-x 1 root root 10374 Jan 31 2025 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3456 Jan 31 2025 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 14015 Jan 31 2025 stress_tests.lib dr-xr-xr-x 13 root root 0 Feb 12 06:37 sys drwxrwxr-x 2 1000 1000 4096 Feb 12 06:39 test_output drwxrwxrwt 1 root root 4096 Feb 12 06:51 tmp drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var + echo 'Files in root directory' + ls -la / Files in root directory total 127316 drwxr-xr-x 1 root root 4096 Feb 12 06:49 . drwxr-xr-x 1 root root 4096 Feb 12 06:49 .. -rw-rw-r-- 1 1000 1000 119 Feb 12 05:40 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2380 Jan 31 2025 attach_gdb.lib -rw-r--r-- 1 root root 1481 Feb 12 06:38 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Feb 12 06:38 __azurite_db_blob__.json -rw-r--r-- 1 root root 40560 Feb 12 06:51 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Feb 12 06:38 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 966 Feb 12 05:40 broken_tests.json -rw-r--r-- 1 root root 12478 Feb 12 06:49 client.fatal.log drwxr-xr-x 14 root root 3840 Feb 12 06:37 dev -rwxr-xr-x 1 root root 0 Feb 12 06:37 .dockerenv drwxr-xr-x 1 root root 4096 Feb 12 06:38 etc drwxr-xr-x 1 1000 1000 4096 Feb 12 06:38 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 26927256 Jan 31 2025 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 103174296 Jan 31 2025 minio drwxr-xr-x 4 root root 4096 Feb 12 06:38 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 1 root root 4096 Jan 31 2025 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Feb 12 06:37 package_folder drwxr-x--- 2 root root 4096 Feb 12 06:39 preprocessed_configs dr-xr-xr-x 312 root root 0 Feb 12 06:37 proc -rwxrwxr-x 1 root root 9627 Jan 31 2025 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt drwx------ 1 root root 4096 Feb 12 06:39 root drwxr-xr-x 1 root root 4096 Feb 12 06:38 run -rwxrwxr-x 1 root root 22124 Jan 31 2025 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 747 Feb 12 06:38 script.gdb -rwxrwxr-x 1 root root 10374 Jan 31 2025 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3456 Jan 31 2025 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 14015 Jan 31 2025 stress_tests.lib dr-xr-xr-x 13 root root 0 Feb 12 06:37 sys drwxrwxr-x 2 1000 1000 4096 Feb 12 06:39 test_output drwxrwxrwt 1 root root 4096 Feb 12 06:51 tmp drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var + /process_functional_tests_result.py 2026-02-12 06:51:58,480 File /analyzer_tech_debt.txt with broken tests found 2026-02-12 06:51:58,530 File /broken_tests.json with broken tests found 2026-02-12 06:51:58,553 Broken tests in the list: 4 2026-02-12 06:51:58,579 Find files in result folder test_result.txt,gdb.log,run.log,minio.log,hdfs_minicluster.log 2026-02-12 06:51:58,608 Is flaky check: False 2026-02-12 06:51:58,702 Result parsed 2026-02-12 06:51:58,717 Result written + clickhouse-client -q 'system flush logs' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:51968, 300000 ms): (localhost:9000, ::1, local address: [::1]:51968). (SOCKET_TIMEOUT) + : + stop_logs_replication + echo 'Detach all logs replication' Detach all logs replication + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + timeout --preserve-status --signal TERM --kill-after 5m 15m xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:40286, 300000 ms): (localhost:9000, ::1, local address: [::1]:40286). (SOCKET_TIMEOUT) + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.query_log into outfile '\''/test_output/query_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:48698, 300000 ms): (localhost:9000, ::1, local address: [::1]:48698). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.zookeeper_log into outfile '\''/test_output/zookeeper_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:43350, 300000 ms): (localhost:9000, ::1, local address: [::1]:43350). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.trace_log into outfile '\''/test_output/trace_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:60774, 300000 ms): (localhost:9000, ::1, local address: [::1]:60774). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.transactions_info_log into outfile '\''/test_output/transactions_info_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:41916, 300000 ms): (localhost:9000, ::1, local address: [::1]:41916). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.metric_log into outfile '\''/test_output/metric_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:33242, 300000 ms): (localhost:9000, ::1, local address: [::1]:33242). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.blob_storage_log into outfile '\''/test_output/blob_storage_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:33426, 300000 ms): (localhost:9000, ::1, local address: [::1]:33426). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.error_log into outfile '\''/test_output/error_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:39842, 300000 ms): (localhost:9000, ::1, local address: [::1]:39842). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + sleep 1 + clickhouse-client -q 'SYSTEM FLUSH ASYNC INSERT QUEUE' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:45864, 300000 ms): (localhost:9000, ::1, local address: [::1]:45864). (SOCKET_TIMEOUT)